home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / mofro.swf / scripts / DefineSprite_14_professor / frame_13 / DoAction.as
Encoding:
Text File  |  2011-01-13  |  171 b   |  6 lines

  1. _root.attachMovie("thugbullet","thugbullet",1);
  2. _root.thugbullet._y = this._y + 1;
  3. _root.thugbullet._x = this._x - 39;
  4. _root.thugbullet.shooter = this._name;
  5. play();
  6.